projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11abff8
)
(vc-annotate-warp-version): Don't use previous-line.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 21 Aug 2007 16:24:21 +0000
(16:24 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 21 Aug 2007 16:24:21 +0000
(16:24 +0000)
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc.el
b/lisp/vc.el
index 9065b2d2bcd1f20192b269dbdb5e089b7bab3e19..6a0adc248dae19c9833fd0bd5c7d592bb539d9ca 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-3333,7
+3333,7
@@
revision."
vc-annotate-parent-display-mode
buf)
(goto-line (min oldline (progn (goto-char (point-max))
- (
previous-line
)
+ (
forward-line -1
)
(line-number-at-pos))) buf)))))
(defun vc-annotate-compcar (threshold a-list)